home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Naked Texas Art - James W Johnson
/
Naked Texas Art - James W Johnson.iso
/
movie
/
scripts
< prev
next >
Wrap
Text File
|
1996-02-11
|
2KB
|
68 lines
on exitFrame
set the visible of sprite 2 to false
set the visible of sprite 3 to false
set the visible of sprite 4 to false
set the visible of sprite 5 to false
set the visible of sprite 6 to false
set the visible of sprite 7 to false
set the visible of sprite 8 to false
set the visible of sprite 9 to false
set the visible of sprite 10 to false
set the visible of sprite 11 to false
set the visible of sprite 12 to false
set the visible of sprite 13 to false
set the visible of sprite 14 to false
set the visible of sprite 15 to false
end
on enterframe
set the visible of sprite 2 to rollover (2)
set the visible of sprite 3 to rollover (3)
set the visible of sprite 4 to rollover (4)
set the visible of sprite 5 to rollover (5)
set the visible of sprite 6 to rollover (6)
set the visible of sprite 7 to rollover (7)
set the visible of sprite 8 to rollover (8)
set the visible of sprite 9 to rollover (9)
set the visible of sprite 10 to rollover (10)
set the visible of sprite 11 to rollover (11)
set the visible of sprite 12 to rollover (12)
set the visible of sprite 13 to rollover (13)
set the visible of sprite 14 to rollover (14)
set the visible of sprite 15 to rollover (15)
end
on exitFrame
go to the frame -3
end
on enterFrame
set the visible of sprite 2 to true
set the visible of sprite 3 to true
set the visible of sprite 4 to true
set the visible of sprite 5 to true
set the visible of sprite 6 to true
set the visible of sprite 7 to true
set the visible of sprite 8 to true
set the visible of sprite 9 to true
set the visible of sprite 10 to true
set the visible of sprite 11 to true
set the visible of sprite 12 to true
set the visible of sprite 13 to true
set the visible of sprite 14 to true
set the visible of sprite 15 to true
end
on mouseUp
play movie "about"
end